ReadRegistryEntry

Returns the value associated with a name in a registry key.

Syntax

ReadRegistryEntry("FullKeyName", "ValueName")

Arguments

Argument Description
FullKeyName Full path to the registry key.
ValueName Name/value pair name in the key.

Return value

Value Description
Value Registry key value.

Example

registryKeyValue = ReadRegistryEntry("HKEY_LOCAL_MACHINE", "Name")